home *** CD-ROM | disk | FTP | other *** search
- #---------------------------------------------------------------
- # ResponseHandling.config
- #---------------------------------------------------------------
- #
- # The parameters in this file specify how WSP responses are
- # processed in the Nokia WAP Server. The new values of the
- # parameters are taken into use in traffic start.
- #
- # The file contains definitions of the following parameters:
- # ERROR_RESPONSE_HANDLING
- # HTML_FILTER_ENABLED
- # HTML_FILTER_INCLUDE_IMAGES
- # TEXT_FILTER_ENABLED
- # REMOVE_RESPONSE_HEADERS
- #
- #---------------------------------------------------------------
-
- #-----------------------------
- # Error response configuration
- #-----------------------------
-
- # Parameter name: ERROR_RESPONSE_HANDLING
- # Description: Specify how to process error responses, i.e. what is sent
- # to the client when the origin server responses with an
- # error status.
- # Allowed values: 1 (Send origin server response if convertable)
- # 2 (Send origin server response only if its type is WML or WMLC)
- # 3 (Discard origin server response, send own error responses)
- # 4 (Send only status code with no content)
- # See also: data\error_responses.txt to see error responses generated by
- # the Nokia WAP Server
- # Default value: 1
-
- ERROR_RESPONSE_HANDLING=1
-
- #---------------------------------------
- # Configuration of HTML to WML converter
- #---------------------------------------
-
- # Parameter name: HTML_FILTER_ENABLED
- # Description: enable/disable HTML to WML conversion
- # Allowed values: true, false
- # Default value: true (conversion enabled)
-
- HTML_FILTER_ENABLED=true
-
- # Parameter name: HTML_FILTER_INCLUDE_IMAGES
- # Description: include/exclude references to images in converted WML
- # Allowed values: true, false
- # Default value: true (image references included)
-
- HTML_FILTER_INCLUDE_IMAGES=true
-
- #---------------------------------------------
- # Configuration of plain text to WML converter
- #---------------------------------------------
-
- # Parameter name: TEXT_FILTER_ENABLED
- # Description: enable/disable plain text to WML conversion
- # Allowed values: true, false
- # Default value: true (conversion enabled)
-
- TEXT_FILTER_ENABLED=true
-
- #---------------------------------
- # WSP response processing settings
- #---------------------------------
-
- # Parameter name: REMOVE_RESPONSE_HEADERS
- # Description: list of HTTP headers which must not be sent in WSP responses
- # Allowed values: HTTP header names separated by comma (,)
- # Default value: <empty> (no headers removed)
-
- REMOVE_RESPONSE_HEADERS=
-
- #----------- end of file ------------